home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Borland Shared / MSHelp / RPC.TOC < prev    next >
Text File  |  1999-08-11  |  29KB  |  576 lines

  1. ;
  2. 1 Microsoft RPC Programmer's Guide and Reference
  3. 2 Introduction = !JH("rpc.hlp",2647596485)
  4. 2 The Programming Model = !JH("rpc.hlp",171351448)
  5. 2 The Client-Server Model = !JH("rpc.hlp",3273714220)
  6. 2 The Compute-Server Model = !JH("rpc.hlp",1010898322)
  7. 2 The OSF Standards for RPC = !JH("rpc.hlp",1930791930)
  8. 2 Microsoft RPC Components = !JH("rpc.hlp",2545705882)
  9. 2 How RPC Works = !JH("rpc.hlp",4013916012)
  10. 2 Summary = !JH("rpc.hlp",1194077508)
  11. 2 About This Guide = !JH("rpc.hlp",3279296306)
  12. 2 A Tutorial Introduction = !JH("rpc.hlp",2669018544)
  13. 2 The Client Application = !JH("rpc.hlp",3293285515)
  14. 2 The Interface Definition Language File = !JH("rpc.hlp",2724319080)
  15. 2 The Application Configuration File = !JH("rpc.hlp",2541790485)
  16. 2 Adding Functions RPC Requires = !JH("rpc.hlp",2465343839)
  17. 2 Calling the Client API Functions = !JH("rpc.hlp",701197568)
  18. 2 Building the Client Application = !JH("rpc.hlp",1977120138)
  19. 2 MIDL Compilation = !JH("rpc.hlp",3927438419)
  20. 2 C Compilation = !JH("rpc.hlp",639885720)
  21. 2 Linking = !JH("rpc.hlp",1877445963)
  22. 2 Client Build Summary = !JH("rpc.hlp",965844106)
  23. 2 The Server Application = !JH("rpc.hlp",4129058387)
  24. 2 Calling the Server API Functions = !JH("rpc.hlp",4151978632)
  25. 2 Building the Server Application = !JH("rpc.hlp",2812893010)
  26. 2 Server Build Summary = !JH("rpc.hlp",121657874)
  27. 2 Stopping the Server Application = !JH("rpc.hlp",3030321966)
  28. 2 Summary = !JH("rpc.hlp",336178025)
  29. 2 Data and Language Features = !JH("rpc.hlp",520186278)
  30. 2 Strong Typing = !JH("rpc.hlp",2718202480)
  31. 2 Base Types = !JH("rpc.hlp",1785112014)
  32. 2 Signed and Unsigned Types = !JH("rpc.hlp",2579209975)
  33. 2 Wide-Character Types = !JH("rpc.hlp",886706592)
  34. 2 Unions = !JH("rpc.hlp",4287783820)
  35. 2 Directional Attributes = !JH("rpc.hlp",124604123)
  36. 2 The transmit_as Attribute = !JH("rpc.hlp",3016085893)
  37. 2 The type_to_xmit Function = !JH("rpc.hlp",1867791460)
  38. 2 The type_from_xmit Function = !JH("rpc.hlp",3699614093)
  39. 2 The type_free_xmit Function = !JH("rpc.hlp",3734425499)
  40. 2 The type_free_inst Function = !JH("rpc.hlp",3733235173)
  41. 2 Summary of transmit_as Attribute = !JH("rpc.hlp",2856796236)
  42. 2 The represent_as Attribute = !JH("rpc.hlp",2072444047)
  43. 2 Summary of represent_as Attribute = !JH("rpc.hlp",3812923388)
  44. 2 Summary = !JH("rpc.hlp",110076430)
  45. 2 Arrays and Pointers = !JH("rpc.hlp",2065774250)
  46. 2 Array Attributes = !JH("rpc.hlp",2226758156)
  47. 2 The size_is Attribute = !JH("rpc.hlp",1868173448)
  48. 2 The length_is Attribute = !JH("rpc.hlp",94136515)
  49. 2 The first_is and last_is Attributes = !JH("rpc.hlp",3567282794)
  50. 2 The max_is Attribute = !JH("rpc.hlp",299874711)
  51. 2 Strings = !JH("rpc.hlp",98075709)
  52. 2 Multi-Dimensional Arrays = !JH("rpc.hlp",788032171)
  53. 2 Pointers = !JH("rpc.hlp",3535892619)
  54. 2 Reference Pointers = !JH("rpc.hlp",690673745)
  55. 2 Unique Pointers = !JH("rpc.hlp",573239377)
  56. 2 Full Pointers = !JH("rpc.hlp",2347869431)
  57. 2 Pointers and Memory Allocation = !JH("rpc.hlp",3381002572)
  58. 2 Program Efficiency Using Pointer Parameters = !JH("rpc.hlp",981430293)
  59. 2 Default Pointer Types for Pointers = !JH("rpc.hlp",4237194147)
  60. 2 Using Arrays, Strings, and Pointers = !JH("rpc.hlp",587143932)
  61. 2 Counted Character Arrays = !JH("rpc.hlp",3731488946)
  62. 2 in, out, size_is = !JH("rpc.hlp",4255370076)
  63. 2 in, size_is and out, size_is = !JH("rpc.hlp",3548082227)
  64. 2 Strings = !JH("rpc.hlp",1533140341)
  65. 2 in, out, string = !JH("rpc.hlp",3631844587)
  66. 2 in, string and out, string = !JH("rpc.hlp",1714639879)
  67. 2 Multiple Levels of Pointers = !JH("rpc.hlp",2556658046)
  68. 2 Summary of Arrays and Pointers = !JH("rpc.hlp",700399105)
  69. 2 Binding and Handles = !JH("rpc.hlp",3338224988)
  70. 2 Binding-Handle Types = !JH("rpc.hlp",1070546097)
  71. 2 Binding = !JH("rpc.hlp",4107943636)
  72. 2 Auto Handles = !JH("rpc.hlp",3985041894)
  73. 2 Application-Initiated Binding = !JH("rpc.hlp",1292146781)
  74. 2 Handles Managed by the Application = !JH("rpc.hlp",1013228507)
  75. 2 Context Handles = !JH("rpc.hlp",3148394128)
  76. 2 Binding Handles = !JH("rpc.hlp",2784016126)
  77. 2 Primitive Handles = !JH("rpc.hlp",2013349128)
  78. 2 User-Defined Handles = !JH("rpc.hlp",290550042)
  79. 2 Implicit Handles = !JH("rpc.hlp",4071228196)
  80. 2 Explicit Handles = !JH("rpc.hlp",36284347)
  81. 2 Summary of Binding and Handles = !JH("rpc.hlp",1972849843)
  82. 2 Memory Management = !JH("rpc.hlp",303957434)
  83. 2 How Memory Is Allocated and Deallocated = !JH("rpc.hlp",1427685313)
  84. 2 midl_user_allocate = !JH("rpc.hlp",68598155)
  85. 2 midl_user_free = !JH("rpc.hlp",1394909238)
  86. 2 Memory-Management Models = !JH("rpc.hlp",3813067873)
  87. 2 Node-by-Node Allocation and Deallocation = !JH("rpc.hlp",2871080037)
  88. 2 Stub-Allocated Buffers = !JH("rpc.hlp",204331975)
  89. 2 Application-Allocated Buffer = !JH("rpc.hlp",442009008)
  90. 2 Persistent Storage on the Server = !JH("rpc.hlp",1497970106)
  91. 2 Rpcss Memory Management Model = !JH("rpc.hlp",1249025978)
  92. 2 Who Manages Memory? = !JH("rpc.hlp",329847529)
  93. 2 Top-Level and Embedded Pointers = !JH("rpc.hlp",2976884377)
  94. 2 Directional Attributes Applied to the Parameter = !JH("rpc.hlp",1431980089)
  95. 2 Length, Size, and Directional Attributes = !JH("rpc.hlp",1168650302)
  96. 2 Pointer Attributes Applied to the Parameter = !JH("rpc.hlp",2493895124)
  97. 2 Combining Pointer and Directional Attributes = !JH("rpc.hlp",3316322221)
  98. 2 Function Return Values = !JH("rpc.hlp",3247916911)
  99. 2 Memory Orphaning = !JH("rpc.hlp",1696363235)
  100. 2 Summary = !JH("rpc.hlp",336178032)
  101. 2 Using Encoding Services = !JH("rpc.hlp",3434365978)
  102. 2 Procedure Encoding and Decoding = !JH("rpc.hlp",2466812152)
  103. 2 Type Encoding and Decoding = !JH("rpc.hlp",3793310625)
  104. 2 Serialization Handles = !JH("rpc.hlp",1972311281)
  105. 2 Implicit Versus Explicit Handles = !JH("rpc.hlp",2243291534)
  106. 2 Serialization Styles = !JH("rpc.hlp",2422450966)
  107. 2 Obtaining an Encoding Identity = !JH("rpc.hlp",2886271221)
  108. 2 The IDL and ACF Files = !JH("rpc.hlp",1980462007)
  109. 2 Attributes = !JH("rpc.hlp",1393750680)
  110. 2 The IDL File = !JH("rpc.hlp",4109363989)
  111. 2 Interface Header = !JH("rpc.hlp",3804595750)
  112. 2 Interface Body = !JH("rpc.hlp",2510287555)
  113. 2 Structures = !JH("rpc.hlp",1191751025)
  114. 2 Unions = !JH("rpc.hlp",3395853573)
  115. 2 Enumerated Types = !JH("rpc.hlp",79136173)
  116. 2 Arrays = !JH("rpc.hlp",2152150937)
  117. 2 Type Attributes = !JH("rpc.hlp",713558381)
  118. 2 Field Attributes = !JH("rpc.hlp",3850922257)
  119. 2 Three Pointer Types = !JH("rpc.hlp",1121799665)
  120. 2 Function Declarations = !JH("rpc.hlp",1025660981)
  121. 2 Parameter Declarations = !JH("rpc.hlp",4237322370)
  122. 2 Expressions = !JH("rpc.hlp",1531230510)
  123. 2 Error Handling = !JH("rpc.hlp",3387635671)
  124. 2 The ACF = !JH("rpc.hlp",4030326204)
  125. 2 Using ACF Attributes in the IDL File = !JH("rpc.hlp",3462258541)
  126. 2 MIDL Compiler Output = !JH("rpc.hlp",133563675)
  127. 2 Introduction to Run-Time RPC Functions = !JH("rpc.hlp",1355217886)
  128. 2 Naming Conventions for RPC Functions = !JH("rpc.hlp",3759314617)
  129. 2 Data Structures = !JH("rpc.hlp",123689126)
  130. 2 Binding Handle = !JH("rpc.hlp",2274996926)
  131. 2 String Binding = !JH("rpc.hlp",1584867709)
  132. 2 Endpoint = !JH("rpc.hlp",3156964661)
  133. 2 Dynamic Endpoints = !JH("rpc.hlp",1978170703)
  134. 2 Well-known Endpoints = !JH("rpc.hlp",300999378)
  135. 2 Fully and Partially Bound Handles = !JH("rpc.hlp",752400263)
  136. 2 Server-Application RPC API Calls = !JH("rpc.hlp",1791098200)
  137. 2 Specifying the Protocol Sequence = !JH("rpc.hlp",1895903187)
  138. 2 Registering the Endpoint = !JH("rpc.hlp",226505488)
  139. 2 Exporting to the RPC Name-Service Database = !JH("rpc.hlp",2035204751)
  140. 2 Using the Locator = !JH("rpc.hlp",4291369644)
  141. 2 An Overview of the Name Service Entry = !JH("rpc.hlp",2397577537)
  142. 2 Criteria for Name Service Entries = !JH("rpc.hlp",3284462415)
  143. 2 Name Service Entry Cleanup = !JH("rpc.hlp",1441317472)
  144. 2 What Happens During a Query = !JH("rpc.hlp",2133958220)
  145. 2 Using CDS = !JH("rpc.hlp",1703528316)
  146. 2 Name Syntax = !JH("rpc.hlp",2827850520)
  147. 2 The RPC Name-Service Database = !JH("rpc.hlp",677135452)
  148. 2 Name-Service Application Guidelines = !JH("rpc.hlp",3651877749)
  149. 2 Registering the Interface = !JH("rpc.hlp",3982356074)
  150. 2 Listening for Clients = !JH("rpc.hlp",1582533913)
  151. 2 Client Application RPC API Calls = !JH("rpc.hlp",2349338448)
  152. 2 Importing from the Name-Service Database = !JH("rpc.hlp",1333787823)
  153. 2 Multiple Interface Implementations = !JH("rpc.hlp",4111105841)
  154. 2 Entry-Point Vectors = !JH("rpc.hlp",3810289843)
  155. 2 Supplying Your Own Object-Inquiry Function = !JH("rpc.hlp",64270198)
  156. 2 Using Datagram Protocols = !JH("rpc.hlp",1645247885)
  157. 2 Exception Handling = !JH("rpc.hlp",610973440)
  158. 2 Security = !JH("rpc.hlp",3300548073)
  159. 2 Using Authenticated RPC = !JH("rpc.hlp",3847172293)
  160. 2 An Overview of Authenticated RPC = !JH("rpc.hlp",436741986)
  161. 2 Writing a Secure Server = !JH("rpc.hlp",3090282211)
  162. 2 Implementing Security for Clients = !JH("rpc.hlp",815903120)
  163. 2 Windows 95 Considerations = !JH("rpc.hlp",3202225677)
  164. 2 Windows 95 Considerations = !JH("rpc.hlp",2064557976)
  165. 2 Providing Client Credentials to the Server = !JH("rpc.hlp",2769253842)
  166. 2 Security Packages = !JH("rpc.hlp",3351368865)
  167. 2 Windows NT Transport Security = !JH("rpc.hlp",815350132)
  168. 2 Impersonation = !JH("rpc.hlp",179110351)
  169. 2 Using Transport-Level Security on the Server = !JH("rpc.hlp",1120774823)
  170. 2 Using Transport-Level Security on the Client = !JH("rpc.hlp",3086792031)
  171. 2 Building RPC Applications = !JH("rpc.hlp",537931615)
  172. 2 Environment, Compiler, and API Set Choices = !JH("rpc.hlp",197511919)
  173. 2 General Build Procedure = !JH("rpc.hlp",1253355958)
  174. 2 Developing IDL Files = !JH("rpc.hlp",1494203092)
  175. 2 The uuidgen Utility = !JH("rpc.hlp",1406793216)
  176. 2 Importing Other IDL Files = !JH("rpc.hlp",590690289)
  177. 2 Importing Other IDL Files = !JH("rpc.hlp",621696153)
  178. 2 Developing C Source Files = !JH("rpc.hlp",3438466402)
  179. 2 Using the MIDL Compiler = !JH("rpc.hlp",3003510326)
  180. 2 Microsoft-Extensions Mode = !JH("rpc.hlp",3178596968)
  181. 2 C-Extensions Mode = !JH("rpc.hlp",361093709)
  182. 2 Application Configuration Mode = !JH("rpc.hlp",4240954512)
  183. 2 Help = !JH("rpc.hlp",1573475290)
  184. 2 Response Files = !JH("rpc.hlp",1883395084)
  185. 2 C-Compiler and C-Preprocessor Requirements = !JH("rpc.hlp",4151866991)
  186. 2 C-Preprocessor Requirements for MIDL = !JH("rpc.hlp",68533094)
  187. 2 Verifying Preprocessor Options = !JH("rpc.hlp",1034944077)
  188. 2 C-Compiler Requirements for MIDL = !JH("rpc.hlp",2720990398)
  189. 2 C-Compiler Requirements for Callbacks in Microsoft Windows 3.x = !JH("rpc.hlp",3606920926)
  190. 2 Link Libraries for MS-DOS = !JH("rpc.hlp",1240073727)
  191. 2 Link Libraries for Microsoft Windows 3.x = !JH("rpc.hlp",1112065476)
  192. 2 Link Libraries for Microsoft Windows NT = !JH("rpc.hlp",325512053)
  193. 2 Using the __midl Predefined Constant = !JH("rpc.hlp",722736736)
  194. 2 Building 16-Bit Windows-Based Applications = !JH("rpc.hlp",557534295)
  195. 2 Using Different Memory Models = !JH("rpc.hlp",1016475868)
  196. 2 Macro Definitions = !JH("rpc.hlp",2789230146)
  197. 2 Installing RPC = !JH("rpc.hlp",1441429760)
  198. 2 Installing the RPC Programming Environment = !JH("rpc.hlp",3210689282)
  199. 2 Microsoft Windows NT = !JH("rpc.hlp",4142782748)
  200. 2 Windows/MS-DOS Client Applications = !JH("rpc.hlp",2927061348)
  201. 2 Writing Macintosh Client Applications = !JH("rpc.hlp",1242158502)
  202. 2 Installing RPC for Distributed-Application Users = !JH("rpc.hlp",2061562728)
  203. 2 installing: RPC = !JH("rpc.hlp",266078320)
  204. 2 Creating RPC Install Disks for Windows Clients = !JH("rpc.hlp",1693178726)
  205. 2 Creating RPC Install Disks for MS-DOS Clients = !JH("rpc.hlp",3302189224)
  206. 2 Configuring the Name-Service Provider = !JH("rpc.hlp",4203947472)
  207. 2 Reconfiguring the Name Service for Microsoft Windows NT = !JH("rpc.hlp",2807580451)
  208. 2 Reconfiguring the Name Service for Windows/MS-DOS = !JH("rpc.hlp",4034955435)
  209. 2 Configuring the Security Server = !JH("rpc.hlp",2106191525)
  210. 2 Starting and Stopping RPC Services and Utilities on Microsoft Windows NT = !JH("rpc.hlp",3126066573)
  211. 2 Network-Transport Information for RPC = !JH("rpc.hlp",4140531944)
  212. 2 MIDL Command-Line Reference = !JH("rpc.hlp",3443357028)
  213. 2 midl = !JH("rpc.hlp",1573879873)
  214. 2 Files Generated for an RPC Interface = !JH("rpc.hlp",3591442598)
  215. 2 Files Generated for an OLE Interface = !JH("rpc.hlp",1715983833)
  216. 2 @ = !JH("rpc.hlp",47207649)
  217. 2 /acf = !JH("rpc.hlp",3832131907)
  218. 2 /app_config = !JH("rpc.hlp",2516079619)
  219. 2 /c_ext = !JH("rpc.hlp",3217185406)
  220. 2 /caux = !JH("rpc.hlp",1573070754)
  221. 2 /char = !JH("rpc.hlp",1573082831)
  222. 2 /client = !JH("rpc.hlp",951583676)
  223. 2 /confirm = !JH("rpc.hlp",2721581943)
  224. 2 /cpp_cmd = !JH("rpc.hlp",2874701107)
  225. 2 /cpp_opt = !JH("rpc.hlp",2874723440)
  226. 2 /cstub = !JH("rpc.hlp",3218962148)
  227. 2 /D = !JH("rpc.hlp",2029928927)
  228. 2 /dlldata = !JH("rpc.hlp",4973737)
  229. 2 /env = !JH("rpc.hlp",3832139792)
  230. 2 /error = !JH("rpc.hlp",3225716303)
  231. 2 /header = !JH("rpc.hlp",1662055990)
  232. 2 /help = !JH("rpc.hlp",3897375546)
  233. 2 /I = !JH("rpc.hlp",2029928932)
  234. 2 /iid = !JH("rpc.hlp",3832146955)
  235. 2 /import = !JH("rpc.hlp",1837628346)
  236. 2 /ms_ext = !JH("rpc.hlp",2444646059)
  237. 2 /ms_ext = !JH("rpc.hlp",1264651737)
  238. 2 /ms_ext = !JH("rpc.hlp",1681172340)
  239. 2 /ms_union = !JH("rpc.hlp",1898854469)
  240. 2 /no_cpp = !JH("rpc.hlp",2577975252)
  241. 2 /no_default_epv = !JH("rpc.hlp",2508681196)
  242. 2 /no_def_idir = !JH("rpc.hlp",847708111)
  243. 2 /no_warn = !JH("rpc.hlp",3480315957)
  244. 2 /Oi = !JH("rpc.hlp",1387598439)
  245. 2 /oldnames = !JH("rpc.hlp",4074429878)
  246. 2 /Os = !JH("rpc.hlp",1387598449)
  247. 2 /out = !JH("rpc.hlp",3832158581)
  248. 2 /pack = !JH("rpc.hlp",1574103558)
  249. 2 /prefix = !JH("rpc.hlp",2882889851)
  250. 2 /proxy = !JH("rpc.hlp",3263317961)
  251. 2 /rpcss = !JH("rpc.hlp",3269974140)
  252. 2 /saux = !JH("rpc.hlp",1574342866)
  253. 2 /server = !JH("rpc.hlp",3280533764)
  254. 2 /sstub = !JH("rpc.hlp",3273662964)
  255. 2 /syntax_check = !JH("rpc.hlp",8296695)
  256. 2 /U = !JH("rpc.hlp",2029928944)
  257. 2 /use_epv = !JH("rpc.hlp",1098541360)
  258. 2 /W = !JH("rpc.hlp",2029928946)
  259. 2 /warn = !JH("rpc.hlp",1574660755)
  260. 2 /WX = !JH("rpc.hlp",1387598798)
  261. 2 /Zp = !JH("rpc.hlp",1387598919)
  262. 2 /Zs = !JH("rpc.hlp",1387598922)
  263. 2 MIDL Reference = !JH("rpc.hlp",2046733314)
  264. 2 ACF = !JH("rpc.hlp",1171589843)
  265. 2 The ACF Header = !JH("rpc.hlp",1606566131)
  266. 2 The ACF Body = !JH("rpc.hlp",4200140536)
  267. 2 allocate = !JH("rpc.hlp",839555142)
  268. 2 arrays = !JH("rpc.hlp",3218952578)
  269. 2 arrays = !JH("rpc.hlp",444655670)
  270. 2 arrays = !JH("rpc.hlp",948996643)
  271. 2 auto_handle = !JH("rpc.hlp",2489866441)
  272. 2 base_types = !JH("rpc.hlp",2137231119)
  273. 2 boolean = !JH("rpc.hlp",699073907)
  274. 2 broadcast = !JH("rpc.hlp",1889137168)
  275. 2 byte = !JH("rpc.hlp",1573035561)
  276. 2 byte_count = !JH("rpc.hlp",2569537195)
  277. 2 call_as = !JH("rpc.hlp",657080268)
  278. 2 callback = !JH("rpc.hlp",2485044622)
  279. 2 char = !JH("rpc.hlp",2187950239)
  280. 2 code = !JH("rpc.hlp",1573095890)
  281. 2 comm_status = !JH("rpc.hlp",3023615010)
  282. 2 const = !JH("rpc.hlp",3218632958)
  283. 2 context_handle = !JH("rpc.hlp",1072048071)
  284. 2 Server Context Rundown Routine = !JH("rpc.hlp",4143662857)
  285. 2 Client Context Reset = !JH("rpc.hlp",281354972)
  286. 2 cpp_quote = !JH("rpc.hlp",2496322869)
  287. 2 decode = !JH("rpc.hlp",1074201515)
  288. 2 double = !JH("rpc.hlp",1109796958)
  289. 2 enable_allocate = !JH("rpc.hlp",1799483414)
  290. 2 encapsulated_union = !JH("rpc.hlp",135472834)
  291. 2 encode = !JH("rpc.hlp",1251979167)
  292. 2 endpoint = !JH("rpc.hlp",73417782)
  293. 2 enum = !JH("rpc.hlp",1573253794)
  294. 2 error_status_t = !JH("rpc.hlp",2086257867)
  295. 2 explicit_handle = !JH("rpc.hlp",2897449672)
  296. 2 fault_status = !JH("rpc.hlp",2578487494)
  297. 2 field_attributes = !JH("rpc.hlp",1142229743)
  298. 2 first_is = !JH("rpc.hlp",1835794804)
  299. 2 float = !JH("rpc.hlp",3228651915)
  300. 2 handle = !JH("rpc.hlp",1649414665)
  301. 2 handles = !JH("rpc.hlp",2205353894)
  302. 2 handle_t = !JH("rpc.hlp",340936020)
  303. 2 heap = !JH("rpc.hlp",1573474817)
  304. 2 hyper = !JH("rpc.hlp",3236525127)
  305. 2 idempotent = !JH("rpc.hlp",2797838330)
  306. 2 IDL = !JH("rpc.hlp",3832146748)
  307. 2 ignore = !JH("rpc.hlp",1816956511)
  308. 2 iid_is = !JH("rpc.hlp",1822965388)
  309. 2 implicit_handle = !JH("rpc.hlp",1792690051)
  310. 2 import = !JH("rpc.hlp",740953370)
  311. 2 in = !JH("rpc.hlp",1387598186)
  312. 2 include = !JH("rpc.hlp",1810937939)
  313. 2 in_line = !JH("rpc.hlp",1790403375)
  314. 2 int = !JH("rpc.hlp",3832147186)
  315. 2 __int64 = !JH("rpc.hlp",785518500)
  316. 2 interface = !JH("rpc.hlp",1694552012)
  317. 2 last_is = !JH("rpc.hlp",1739340868)
  318. 2 length_is = !JH("rpc.hlp",678805480)
  319. 2 local = !JH("rpc.hlp",3249381046)
  320. 2 long = !JH("rpc.hlp",1573811885)
  321. 2 max_is = !JH("rpc.hlp",2385238892)
  322. 2 maybe = !JH("rpc.hlp",3251727463)
  323. 2 midl_user_allocate = !JH("rpc.hlp",2283937571)
  324. 2 midl_user_free = !JH("rpc.hlp",2206804022)
  325. 2 min_is = !JH("rpc.hlp",2411794230)
  326. 2 ms_union = !JH("rpc.hlp",646143254)
  327. 2 ncacn_dnet_nsp = !JH("rpc.hlp",2257591286)
  328. 2 ncacn_ip_tcp = !JH("rpc.hlp",2888787218)
  329. 2 ncacn_nb_nb = !JH("rpc.hlp",3479182398)
  330. 2 ncacn_nb_tcp = !JH("rpc.hlp",3575966219)
  331. 2 ncacn_np = !JH("rpc.hlp",1303438077)
  332. 2 ncacn_spx = !JH("rpc.hlp",213271748)
  333. 2 ncadg_ip_udp = !JH("rpc.hlp",128321378)
  334. 2 ncadg_ipx = !JH("rpc.hlp",336330094)
  335. 2 ncalrpc = !JH("rpc.hlp",1729046604)
  336. 2 nocode = !JH("rpc.hlp",2578473955)
  337. 2 non-encapsulated_union = !JH("rpc.hlp",2318437994)
  338. 2 non-idempotent = !JH("rpc.hlp",1776720034)
  339. 2 notify = !JH("rpc.hlp",2579814586)
  340. 2 object = !JH("rpc.hlp",2681576016)
  341. 2 optimize = !JH("rpc.hlp",1631099662)
  342. 2 out = !JH("rpc.hlp",2170374501)
  343. 2 out_of_line = !JH("rpc.hlp",2337991718)
  344. 2 pipe = !JH("rpc.hlp",1574118903)
  345. 2 pointer_default = !JH("rpc.hlp",2660671768)
  346. 2 pointers = !JH("rpc.hlp",3258306888)
  347. 2 pointers = !JH("rpc.hlp",3306476388)
  348. 2 pointers = !JH("rpc.hlp",925228580)
  349. 2 pointers = !JH("rpc.hlp",1052000132)
  350. 2 pragma = !JH("rpc.hlp",2882573821)
  351. 2 ptr = !JH("rpc.hlp",3832160385)
  352. 2 ref = !JH("rpc.hlp",3832163426)
  353. 2 represent_as = !JH("rpc.hlp",25180644)
  354. 2 shape = !JH("rpc.hlp",3272753044)
  355. 2 short = !JH("rpc.hlp",3272779031)
  356. 2 signed = !JH("rpc.hlp",3293319585)
  357. 2 size_is = !JH("rpc.hlp",4238015797)
  358. 2 small = !JH("rpc.hlp",3273150414)
  359. 2 string = !JH("rpc.hlp",3331792118)
  360. 2 struct = !JH("rpc.hlp",3331813846)
  361. 2 switch = !JH("rpc.hlp",3341352825)
  362. 2 switch_is = !JH("rpc.hlp",31955638)
  363. 2 switch_type = !JH("rpc.hlp",3252286882)
  364. 2 transmit_as = !JH("rpc.hlp",1381745850)
  365. 2 typedef = !JH("rpc.hlp",4287404090)
  366. 2 union = !JH("rpc.hlp",3280082446)
  367. 2 unique = !JH("rpc.hlp",3604595726)
  368. 2 unsigned = !JH("rpc.hlp",549892470)
  369. 2 uuid = !JH("rpc.hlp",1574538324)
  370. 2 v1_enum = !JH("rpc.hlp",2394919842)
  371. 2 version = !JH("rpc.hlp",1113019823)
  372. 2 void = !JH("rpc.hlp",1574606737)
  373. 2 wchar_t = !JH("rpc.hlp",2809795427)
  374. 2 MIDL Compiler Errors and Warnings = !JH("rpc.hlp",101174149)
  375. 2 RPC Data Types and Structures = !JH("rpc.hlp",3133479228)
  376. 2 Authentication-Level Constants = !JH("rpc.hlp",1372045502)
  377. 2 Authentication-Service Constants = !JH("rpc.hlp",2612280879)
  378. 2 Authorization-Service Constants = !JH("rpc.hlp",3923653874)
  379. 2 GUID = !JH("rpc.hlp",1573425226)
  380. 2 PROTSEQ = !JH("rpc.hlp",3740498119)
  381. 2 RPC_AUTH_IDENTITY_HANDLE = !JH("rpc.hlp",3399668599)
  382. 2 RPC_AUTH_KEY_RETRIEVAL_FN = !JH("rpc.hlp",4108977443)
  383. 2 RPC_AUTHZ_HANDLE = !JH("rpc.hlp",1072350268)
  384. 2 RPC_BINDING_HANDLE = !JH("rpc.hlp",2086613573)
  385. 2 Binding-Handle Use by Function = !JH("rpc.hlp",1527101616)
  386. 2 RPC_BINDING_VECTOR = !JH("rpc.hlp",4157562128)
  387. 2 RPC_CLIENT_INTERFACE = !JH("rpc.hlp",2671763104)
  388. 2 RPC_DISPATCH_TABLE = !JH("rpc.hlp",1148256188)
  389. 2 RPC_IF_HANDLE = !JH("rpc.hlp",4207228887)
  390. 2 RPC_IF_ID = !JH("rpc.hlp",38579086)
  391. 2 RPC_IF_ID_VECTOR = !JH("rpc.hlp",2748656458)
  392. 2 RPC_MGR_EPV = !JH("rpc.hlp",2346754141)
  393. 2 RPC_NS_HANDLE = !JH("rpc.hlp",2472480003)
  394. 2 RPC_OBJECT_INQ_FN = !JH("rpc.hlp",3532075914)
  395. 2 RPC_PROTSEQ_VECTOR = !JH("rpc.hlp",1183858121)
  396. 2 RPC_STATS_VECTOR = !JH("rpc.hlp",2801849482)
  397. 2 RPC_STATUS = !JH("rpc.hlp",3177187475)
  398. 2 SEC_WINNT_AUTH_IDENTITY = !JH("rpc.hlp",2899737643)
  399. 2 String Binding = !JH("rpc.hlp",636155150)
  400. 2 String UUID = !JH("rpc.hlp",880121714)
  401. 2 UUID = !JH("rpc.hlp",3628502244)
  402. 2 UUID_VECTOR = !JH("rpc.hlp",2406752092)
  403. 2 Function Reference = !JH("rpc.hlp",926514930)
  404. 2 DceErrorInqText = !JH("rpc.hlp",2397364298)
  405. 2 MesBufferHandleReset = !JH("rpc.hlp",20650897)
  406. 2 MesDecodeBufferHandleCreate = !JH("rpc.hlp",4113493676)
  407. 2 MesDecodeIncrementalHandleCreate = !JH("rpc.hlp",332036962)
  408. 2 MesEncodeDynBufferHandleCreate = !JH("rpc.hlp",575384253)
  409. 2 MesEncodeFixedBufferHandleCreate = !JH("rpc.hlp",745924900)
  410. 2 MesEncodeIncrementalHandleCreate = !JH("rpc.hlp",3756986558)
  411. 2 MesHandleFree = !JH("rpc.hlp",2951582866)
  412. 2 MesIncrementalHandleReset = !JH("rpc.hlp",3352058007)
  413. 2 MesInqProcEncodingId = !JH("rpc.hlp",2323271526)
  414. 2 RpcAbnormalTermination = !JH("rpc.hlp",2172605480)
  415. 2 RpcBindingCopy = !JH("rpc.hlp",3018576834)
  416. 2 RpcBindingFree = !JH("rpc.hlp",3018820409)
  417. 2 RpcBindingFromStringBinding = !JH("rpc.hlp",2215018285)
  418. 2 RpcBindingInqAuthClient = !JH("rpc.hlp",1751842902)
  419. 2 RpcBindingInqAuthInfo = !JH("rpc.hlp",1413726677)
  420. 2 RpcBindingInqObject = !JH("rpc.hlp",2081393366)
  421. 2 RpcBindingReset = !JH("rpc.hlp",1000276650)
  422. 2 RpcBindingServerFromClient = !JH("rpc.hlp",3583381029)
  423. 2 RpcBindingSetAuthInfo = !JH("rpc.hlp",703969871)
  424. 2 RpcBindingSetObject = !JH("rpc.hlp",97287456)
  425. 2 RpcBindingToStringBinding = !JH("rpc.hlp",2064643308)
  426. 2 RpcBindingVectorFree = !JH("rpc.hlp",3339204604)
  427. 2 RpcCancelThread = !JH("rpc.hlp",45460744)
  428. 2 RpcEndExcept = !JH("rpc.hlp",3922836932)
  429. 2 RpcEndFinally = !JH("rpc.hlp",1036813724)
  430. 2 RpcEpRegister = !JH("rpc.hlp",2008814302)
  431. 2 RpcEpRegisterNoReplace = !JH("rpc.hlp",4562353)
  432. 2 RpcEpResolveBinding = !JH("rpc.hlp",4234426972)
  433. 2 RpcEpUnregister = !JH("rpc.hlp",3802409435)
  434. 2 RpcExcept = !JH("rpc.hlp",1265705233)
  435. 2 RpcExceptionCode = !JH("rpc.hlp",427644344)
  436. 2 RpcFinally = !JH("rpc.hlp",2744267659)
  437. 2 RpcIfIdVectorFree = !JH("rpc.hlp",1231687211)
  438. 2 RpcIfInqId = !JH("rpc.hlp",4071410974)
  439. 2 RpcImpersonateClient = !JH("rpc.hlp",1606605544)
  440. 2 RpcMacSetYieldInfo = !JH("rpc.hlp",900144384)
  441. 2 RpcMgmtEnableIdleCleanup = !JH("rpc.hlp",3830729016)
  442. 2 RpcMgmtEpEltInqBegin = !JH("rpc.hlp",3904596938)
  443. 2 RpcMgmtEpEltInqDone = !JH("rpc.hlp",290748301)
  444. 2 RpcMgmtEpEltInqNext = !JH("rpc.hlp",291525326)
  445. 2 RpcMgmtEpUnregister = !JH("rpc.hlp",2074866100)
  446. 2 RpcMgmtInqComTimeout = !JH("rpc.hlp",4066824163)
  447. 2 RpcMgmtInqDefaultProtectLevel = !JH("rpc.hlp",4044305707)
  448. 2 RpcMgmtInqIfIds = !JH("rpc.hlp",1811271984)
  449. 2 RpcMgmtInqServerPrincName = !JH("rpc.hlp",3210137985)
  450. 2 RpcMgmtInqStats = !JH("rpc.hlp",1846558988)
  451. 2 RpcMgmtIsServerListening = !JH("rpc.hlp",2703561173)
  452. 2 RpcMgmtSetAuthorizationFn = !JH("rpc.hlp",2721827348)
  453. 2 RpcMgmtSetCancelTimeout = !JH("rpc.hlp",3377492742)
  454. 2 RpcMgmtSetComTimeout = !JH("rpc.hlp",1691515149)
  455. 2 RpcMgmtSetServerStackSize = !JH("rpc.hlp",533122469)
  456. 2 RpcMgmtStatsVectorFree = !JH("rpc.hlp",3680979373)
  457. 2 RpcMgmtStopServerListening = !JH("rpc.hlp",907395217)
  458. 2 RpcMgmtWaitServerListen = !JH("rpc.hlp",179373128)
  459. 2 RpcNetworkInqProtseqs = !JH("rpc.hlp",1307406357)
  460. 2 RpcNetworkIsProtseqValid = !JH("rpc.hlp",1809793772)
  461. 2 RpcNsBindingExport = !JH("rpc.hlp",1041623232)
  462. 2 RpcNsBindingImportBegin = !JH("rpc.hlp",476758620)
  463. 2 RpcNsBindingImportDone = !JH("rpc.hlp",2408456259)
  464. 2 RpcNsBindingImportNext = !JH("rpc.hlp",2409233284)
  465. 2 RpcNsBindingInqEntryName = !JH("rpc.hlp",3319024045)
  466. 2 RpcNsBindingLookupBegin = !JH("rpc.hlp",3445099551)
  467. 2 RpcNsBindingLookupDone = !JH("rpc.hlp",479828236)
  468. 2 RpcNsBindingLookupNext = !JH("rpc.hlp",480605261)
  469. 2 RpcNsBindingSelect = !JH("rpc.hlp",3034447052)
  470. 2 RpcNsBindingUnexport = !JH("rpc.hlp",4031270045)
  471. 2 RpcNsEntryExpandName = !JH("rpc.hlp",3221795806)
  472. 2 RpcNsEntryObjectInqBegin = !JH("rpc.hlp",3817499933)
  473. 2 RpcNsEntryObjectInqDone = !JH("rpc.hlp",488488710)
  474. 2 RpcNsEntryObjectInqNext = !JH("rpc.hlp",489265735)
  475. 2 RpcNsGroupDelete = !JH("rpc.hlp",2308816261)
  476. 2 RpcNsGroupMbrAdd = !JH("rpc.hlp",3622104802)
  477. 2 RpcNsGroupMbrInqBegin = !JH("rpc.hlp",2839090104)
  478. 2 RpcNsGroupMbrInqDone = !JH("rpc.hlp",2063862359)
  479. 2 RpcNsGroupMbrInqNext = !JH("rpc.hlp",2064639384)
  480. 2 RpcNsGroupMbrRemove = !JH("rpc.hlp",3337665387)
  481. 2 RpcNsMgmtBindingUnexport = !JH("rpc.hlp",2234883848)
  482. 2 RpcNsMgmtEntryCreate = !JH("rpc.hlp",1252390920)
  483. 2 RpcNsMgmtEntryDelete = !JH("rpc.hlp",1355518895)
  484. 2 RpcNsMgmtEntryInqIfIds = !JH("rpc.hlp",1782231195)
  485. 2 RpcNsMgmtHandleSetExpAge = !JH("rpc.hlp",699286490)
  486. 2 RpcNsMgmtInqExpAge = !JH("rpc.hlp",2875112000)
  487. 2 RpcNsMgmtSetExpAge = !JH("rpc.hlp",891006090)
  488. 2 RpcNsProfileDelete = !JH("rpc.hlp",1040853747)
  489. 2 RpcNsProfileEltAdd = !JH("rpc.hlp",1212421768)
  490. 2 RpcNsProfileEltInqBegin = !JH("rpc.hlp",500558842)
  491. 2 RpcNsProfileEltInqDone = !JH("rpc.hlp",3607605277)
  492. 2 RpcNsProfileEltInqNext = !JH("rpc.hlp",3608382302)
  493. 2 RpcNsProfileEltRemove = !JH("rpc.hlp",2274853821)
  494. 2 RpcObjectInqType = !JH("rpc.hlp",2057279643)
  495. 2 RpcObjectSetInqFn = !JH("rpc.hlp",1380344701)
  496. 2 RpcObjectSetType = !JH("rpc.hlp",3828548405)
  497. 2 RpcProtseqVectorFree = !JH("rpc.hlp",2414430263)
  498. 2 RpcRaiseException = !JH("rpc.hlp",767516411)
  499. 2 RpcRevertToSelf = !JH("rpc.hlp",3788242391)
  500. 2 RpcServerInqBindings = !JH("rpc.hlp",74035171)
  501. 2 RpcServerInqDefaultPrincName = !JH("rpc.hlp",1210545477)
  502. 2 RpcServerInqIf = !JH("rpc.hlp",2176499174)
  503. 2 RpcServerListen = !JH("rpc.hlp",3819261930)
  504. 2 RpcServerRegisterAuthInfo = !JH("rpc.hlp",1149549424)
  505. 2 RpcServerRegisterIf = !JH("rpc.hlp",3758342443)
  506. 2 Specifying the Manager EPV = !JH("rpc.hlp",2381255900)
  507. 2 The Default Manager EPV = !JH("rpc.hlp",2397171838)
  508. 2 Server-Supplied Manager EPVs = !JH("rpc.hlp",3960308710)
  509. 2 Registering Only One Manager of an Interface = !JH("rpc.hlp",2367051542)
  510. 2 Registering Multiple Implementations of an Interface = !JH("rpc.hlp",2843576905)
  511. 2 Rules for Invoking Manager Routines = !JH("rpc.hlp",3654874332)
  512. 2 Dispatching a Remote Procedure Call to a Server-Manager Routine = !JH("rpc.hlp",2250551488)
  513. 2 RpcServerUnregisterIf = !JH("rpc.hlp",1970804704)
  514. 2 RpcServerUseAllProtseqs = !JH("rpc.hlp",2043487612)
  515. 2 RpcServerUseAllProtseqsIf = !JH("rpc.hlp",3132342501)
  516. 2 RpcServerUseProtseq = !JH("rpc.hlp",2770614520)
  517. 2 RpcServerUseProtseqEp = !JH("rpc.hlp",3265231583)
  518. 2 RpcServerUseProtseqIf = !JH("rpc.hlp",3265231745)
  519. 2 RpcSmAllocate = !JH("rpc.hlp",1718491579)
  520. 2 RpcSmClientFree = !JH("rpc.hlp",2362776793)
  521. 2 RpcSmDestroyClientContext = !JH("rpc.hlp",2029081008)
  522. 2 RpcSmDisableAllocate = !JH("rpc.hlp",3804549663)
  523. 2 RpcSmEnableAllocate = !JH("rpc.hlp",117176430)
  524. 2 RpcSmFree = !JH("rpc.hlp",3286478694)
  525. 2 RpcSmGetThreadHandle = !JH("rpc.hlp",3610614658)
  526. 2 RpcSmSetClientAllocFree = !JH("rpc.hlp",2159423922)
  527. 2 RpcSmSetThreadHandle = !JH("rpc.hlp",69894382)
  528. 2 RpcSmSwapClientAllocFree = !JH("rpc.hlp",3216663253)
  529. 2 RpcSsAllocate = !JH("rpc.hlp",2694148097)
  530. 2 RpcSsDestroyClientContext = !JH("rpc.hlp",919137878)
  531. 2 RpcSsDisableAllocate = !JH("rpc.hlp",693507761)
  532. 2 RpcSsEnableAllocate = !JH("rpc.hlp",2641783588)
  533. 2 RpcSsFree = !JH("rpc.hlp",3306991500)
  534. 2 RpcSsGetThreadHandle = !JH("rpc.hlp",499572756)
  535. 2 RpcSsSetClientAllocFree = !JH("rpc.hlp",4012465544)
  536. 2 RpcSsSetThreadHandle = !JH("rpc.hlp",1253819776)
  537. 2 RpcSsSwapClientAllocFree = !JH("rpc.hlp",1293074375)
  538. 2 RpcStringBindingCompose = !JH("rpc.hlp",3588153498)
  539. 2 RpcStringBindingParse = !JH("rpc.hlp",1401831243)
  540. 2 RpcStringFree = !JH("rpc.hlp",2302707429)
  541. 2 RpcTestCancel = !JH("rpc.hlp",111683264)
  542. 2 RpcTryExcept = !JH("rpc.hlp",2319367324)
  543. 2 RpcTryFinally = !JH("rpc.hlp",807097316)
  544. 2 RpcWinSetYieldInfo = !JH("rpc.hlp",789499757)
  545. 2 RpcWinSetYieldTimeout = !JH("rpc.hlp",4208786126)
  546. 2 UuidCompare = !JH("rpc.hlp",679514605)
  547. 2 UuidCreate = !JH("rpc.hlp",4120597456)
  548. 2 UuidCreateNil = !JH("rpc.hlp",531619181)
  549. 2 UuidEqual = !JH("rpc.hlp",2699572488)
  550. 2 UuidFromString = !JH("rpc.hlp",3104883927)
  551. 2 UuidHash = !JH("rpc.hlp",362638494)
  552. 2 UuidIsNil = !JH("rpc.hlp",2713394107)
  553. 2 UuidToString = !JH("rpc.hlp",3877963812)
  554. 2 YieldFunctionName = !JH("rpc.hlp",3186490567)
  555. 2 Error Codes = !JH("rpc.hlp",3589067252)
  556. 2 Legal Information = !JH("rpc.hlp",6044468)
  557. 2 CLUUID = !JH("rpc.hlp",949828241)
  558. 2 MAKEFILE   (CLUUID RPC Sample) = !JH("rpc.hlp",98181042)
  559. 2 CLUUIDC.C   (CLUUID RPC Sample) = !JH("rpc.hlp",1727617212)
  560. 2 INTEROP = !JH("rpc.hlp",3159915478)
  561. 2 MAKEFILE   (INTEROP RPC Sample) = !JH("rpc.hlp",4175335953)
  562. 2 DCEPORT.H   (INTEROP RPC Sample) = !JH("rpc.hlp",3497475894)
  563. 2 CLIENT.C   (INTEROP RPC Sample) = !JH("rpc.hlp",3701315701)
  564. 2 MANAGER.C   (INTEROP RPC Sample) = !JH("rpc.hlp",763688341)
  565. 2 MIDLUSER.C   (INTEROP RPC Sample) = !JH("rpc.hlp",900408861)
  566. 2 SERVER.C   (INTEROP RPC Sample) = !JH("rpc.hlp",4014553469)
  567. 2 MANDEL = !JH("rpc.hlp",3938277132)
  568. 2 MAKEFILE   (MANDEL RPC Sample) = !JH("rpc.hlp",2659863365)
  569. 2 MANDEL.H   (MANDEL RPC Sample) = !JH("rpc.hlp",1656153528)
  570. 2 CALC.C   (MANDEL RPC Sample) = !JH("rpc.hlp",4197307019)
  571. 2 MANDEL.C   (MANDEL RPC Sample) = !JH("rpc.hlp",2018361099)
  572. 2 REMOTE.C   (MANDEL RPC Sample) = !JH("rpc.hlp",4035220814)
  573. 2 SERVER.C   (MANDEL RPC Sample) = !JH("rpc.hlp",1457528713)
  574. 2 Microsoft Win32 Developer's Reference = !JH("rpc.hlp",222368018)
  575.  
  576.